home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
351-375
/
353
/
aztecarp
/
exit.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-14
|
151 b
|
12 lines
/* Not really arp specific, but need to prevent horrendous linker errors */
int (*cls_)();
exit(int code)
{
if (cls_)
(*cls_)();
_exit(code);
}